Change the return value from gint to gboolean. (#130718, reported by
authorMatthias Clasen <maclas@gmx.de>
Wed, 7 Jan 2004 22:06:07 +0000 (22:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Jan 2004 22:06:07 +0000 (22:06 +0000)
Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkmain.h:
* gtk/gtkmain.c (gtk_events_pending): Change the return value from
gint to gboolean.  (#130718, reported by Johannes Weißl)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmain.c
gtk/gtkmain.h

index f8aaf32c984721353656d4baa9e5db03278164a8..a4265ef8cf9528406e07083e434cf05d8fdce48c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
+       gint to gboolean.  (#130718, reported by Johannes Weißl)
+
 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index f8aaf32c984721353656d4baa9e5db03278164a8..a4265ef8cf9528406e07083e434cf05d8fdce48c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
+       gint to gboolean.  (#130718, reported by Johannes Weißl)
+
 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index f8aaf32c984721353656d4baa9e5db03278164a8..a4265ef8cf9528406e07083e434cf05d8fdce48c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
+       gint to gboolean.  (#130718, reported by Johannes Weißl)
+
 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index f8aaf32c984721353656d4baa9e5db03278164a8..a4265ef8cf9528406e07083e434cf05d8fdce48c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
+       gint to gboolean.  (#130718, reported by Johannes Weißl)
+
 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index f8aaf32c984721353656d4baa9e5db03278164a8..a4265ef8cf9528406e07083e434cf05d8fdce48c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
+       gint to gboolean.  (#130718, reported by Johannes Weißl)
+
 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 27e8a61f412fea2fd1f7bef0aed9d16c5686719d..b3c15bc1f5185931fb7be417d57fcbb464226986 100644 (file)
@@ -1229,7 +1229,7 @@ gtk_main_quit (void)
   g_main_loop_quit (main_loops->data);
 }
 
-gint
+gboolean
 gtk_events_pending (void)
 {
   gboolean result;
index a159aff0a3c9c02b60b247e6024bba07c1b4c417..71cce4fe81fbc05fe22d5c1e9d331b0c195565b4 100644 (file)
@@ -122,7 +122,7 @@ void     gtk_exit                 (gint    error_code);
 void           gtk_disable_setlocale    (void);
 gchar *        gtk_set_locale           (void);
 PangoLanguage *gtk_get_default_language (void);
-gint           gtk_events_pending       (void);
+gboolean       gtk_events_pending       (void);
 
 /* The following is the event func GTK+ registers with GDK
  * we expose it mainly to allow filtering of events between